Other than using `split`, is there a way around the Apache 2.0 maximum file size limit of 2GB?

Posted by warren on Server Fault See other posts from Server Fault or by warren
Published on 2010-05-19T20:50:13Z Indexed on 2010/05/19 21:02 UTC
Read the original article Hit count: 123

Filed under:
|
|
|
|

I have some ISOs that need to be available across a WAN, so we are using an http server to host them (allows for non-authenticated, read-only access (beyond being on the VPN) to the data store).

The server the ISOs reside on is running CentOS 4, and Apache 2.0.58.

Is there a way around the 2GB filesize limit with Apache 2.0 without using the split utility to chunk the ISOs down to a less-than-2GB size?

© Server Fault or respective owner

Related posts about apache2

Related posts about files